[HTML]
HTML - Table 2


HTML - Table tag Ãß°¡


¾Æºü

2015-07-02 08:40:54

100jumsu

¾î¸Ó´Ï

100jumsu

ÇҾƹöÁö

100jumsu





[html ¼Ò½º]

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML Test</title>

<style type="text/css">
<!--
  a:link   { color:black; text-decoration:none; font-size:31pt; line-height:100%;}
  a:visited{ color:green; text-decoration:none; font-size:31pt; line-height:100%;}
  a:active { color:blue;  text-decoration:none; font-size:31pt; line-height:100%;}
  a:hover  { color:red;   text-decoration:none; font-size:31pt; line-height:100%;}
-->
</style>

</head>

<body>

<table width="900" border="1" cellspacing="3" cellpadding="0" align="center" background ='w00.jpg'>
<tr>
    <td rowspan="2" align="center" valign="top">
        <font color="FF0000" size="10">¾Æºü</font>
    </td>
    <td align="center" width="600" height="50"><h1>2015-07-02 08:40:54</h1></td>
    <td align="center"><h1>100jumsu</h1></td>
</tr>
<tr>

    <td align="center" align="left" valign="middle">
        <font color="FFFF00" size="20">¾î¸Ó´Ï</font>
    </td>
    <td align="center" bgcolor=yellow><h1>100jumsu</h1></td>
</tr>
<tr>
    <td colspan="2" align="right" valign="bottom"><h1>ÇҾƹöÁö</h1></td>
    <td align="center" background ='w01.jpg'><h1>100jumsu</h1></td>
</tr>
</table>

</body>

</html>